Vcenter NamespaceManagement Networks Nsx Projects Vpcconnectivityprofiles Compatibility Summary

Vcenter NamespaceManagement Networks Nsx Projects Vpcconnectivityprofiles Compatibility Summary
Vcenter NamespaceManagement Networks Nsx Projects Vpcconnectivityprofiles Compatibility Summary

The Vcenter NamespaceManagement Networks Nsx Projects Vpcconnectivityprofiles Compatibility Summary schema contains information about a VPC Connectivity Profile, including whether it is compatible with the Supervisor enablement feature and incompatibility reasons.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "profile": "string",
    "name": "string",
    "nsx_path": "string",
    "compatible": false,
    "incompatibility_reasons": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
string
profile
Required

Identifier of the VPC Connectivity Profile.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: VpcConnectivityProfile. When operations return a value of this schema as a response, the property will be an identifier for the resource type: VpcConnectivityProfile.

string
name
Required

User-friendly identifier of the VPC Connectivity Profile.

This property was added in vSphere API 9.0.0.0.

string
nsx_path
Required

NSX path of the VPC Connectivity Profile.

This property was added in vSphere API 9.0.0.0.

boolean
compatible
Required

Compatibility of this VPC Connectivity Profile with Supervisor enablement.

This property was added in vSphere API 9.0.0.0.

incompatibility_reasons
Required

List of reasons for incompatibility. If Vcenter NamespaceManagement Networks Nsx Projects Vpcconnectivityprofiles Compatibility Summary.compatible is true, this list will be empty.

This property was added in vSphere API 9.0.0.0.